//==============================================================================
// Sapling (Small)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle sfx a generic dust small
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny Sapling_spawnA
				Connect ATTACHPOINT BirthSFX hotspot
				tag SpecificSoundSet 0.01 false SaplingSpawn checkVisible
	 }
			version
         {
			        VisualGranny Sapling_spawnB
				Connect ATTACHPOINT BirthSFX hotspot
				tag SpecificSoundSet 0.01 false SaplingSpawn checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny Sapling_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny Sapling_run
	 }
      }
   }
}
//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny Sapling_bored
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Sapling1_explode
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.90 true   
            tag SpecificSoundSet 0.40 false SaplingExplodeSFX checkVisible
	    tag FootstepLeft 0.78 true
	    tag FootstepRight 0.78 true
	    length 0.50
//-- end auto generated section
			
         }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny Sapling_idle
				length 0.70
	 }
      }
   }
}